![]() |
PBFlushFileAsync |
||||
Header: | Files.h | Carbon status: | Supported | |
Writes the contents of a file’s access path buffer.
OSErr PBFlushFileAsync ( ParmBlkPtr paramBlock );
A pointer to a basic FIle Manager parameter block.
A result code.
The relevant fields of the parameter block are:
On input, a pointer to a completion routine.
On output, the result code of the function.
On input, a file reference number for the file to flush.
The PBFlushFileAsync function updates the file’s entry in the volume catalog.
Some information stored on the volume won’t be correct until PBFlushVolAsync is called.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)